Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Constants and Data Types for Job Collection Items


Quality Information

The collection item ID for quality information is defined in the following enumeration:

enum { gxQualityTag = 'qual' };  
QuickDraw GX stores quality information in the gxQualityInfo structure:

struct gxQualityInfo {
   Boolean     disableQuality;   
   short       defaultQuality;   
   short       currentQuality;   
   short       qualityCount;     
   char        qualityNames[1];  
};
Field Description
disableQuality

A Boolean value indicating whether to disable standard quality controls.
defaultQuality

The index of the string that represents the default quality.
currentQuality

The index of the string that represents the current quality.
qualityCount
The number of quality menu items displayed in the Quality pop-up menu in the Print dialog box.
qualityNames
A list of packed strings (1-byte string length preceding the actual string) that contain the menu item names (such as "Best") displayed in the Quality pop-up menu in the Print dialog box.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help